Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 298 Bytes

8.2.6 - WebSocket/Server->isEstablished.md

File metadata and controls

7 lines (5 loc) · 298 Bytes

WebSocket\Server->isEstablished

检查连接是否为有效的WebSocket客户端连接。此函数与exist方法不同,exist方法仅判断是否为TCP连接,无法判断是否为已完成握手的WebSocket客户端。

function WebSocket\Server->isEstablished(int $fd);